Native Ad Button
fun NativeAdButton(text: String, modifier: Modifier = Modifier, textColor: Color = Color.White, backgroundColor: Color = Color.Black, shape: Shape = RectangleShape)
A button for the native ad.
Parameters
text
The text to be displayed on the button.
modifier
The modifier to be applied to the button.
text Color
The color of the text.
background Color
The color of the background.
shape
The shape of the button.